Vcenter Namespaces Instances Stats

Vcenter Namespaces Instances Stats
Vcenter Namespaces Instances Stats

The Vcenter Namespaces Instances Stats schema contains the basic runtime statistics about the namespace.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "cpu_used": 0,
    "memory_used": 0,
    "storage_used": 0
}
integer As int64 As int64
cpu_used
Required

CPU reservation consumed by the pods in the namespace in megahertz (MHz) across all resource pools backing the namespace. This is the sum of CPU requested by pods in the Kubernetes namespace.

This property was added in vSphere API 7.0.0.0.

integer As int64 As int64
memory_used
Required

Memory reservation consumed by the pods in the namespace in mebibytes (MiB) across all resource pools backing the namespace. This is the sum of memory requested by pods in the Kubernetes namespace.

This property was added in vSphere API 7.0.0.0.

integer As int64 As int64
storage_used
Required

Storage reservation consumed by the pods in the namespace in mebibytes (MiB) across all datastores backed by storage policies assigned to the namespace. This is the sum of storage requested by the pods in the Kubernetes namespace.

This property was added in vSphere API 7.0.0.0.